@charset "utf-8";

.about-main {
  padding: 60px 0;
  font-size: 15px;
}
.about-main h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: auto;
}
.profile {
  padding: 60px 0;
  border-bottom: 1px dashed #ccc;
}
.profile .about-video {
  margin-right: 60px;
  width: 600px;
  height: 337.5px;
  position: relative;
}
.profile .about-video .video-poster {
  width: 600px;
  height: 337.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.profile .about-video .video-poster img {
  width: 600px;
  height: 337.5px;
}
.profile .about-video .video-poster .play-btn {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-image: url(../images/play_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  cursor: pointer;
}
.profile .about-video .video-poster .play-btn:hover {
  opacity: 0.9;
}
.profile .about-con {
  flex: 1;
  height: 337.5px;
  overflow: hidden;
}
.profile .about-con .about-t {
  color: #333;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
}
.profile .about-con .about-c {
  color: #666;
  line-height: 2;
  font-size: 15px;
}
.customer-groups {
  line-height: 2;
  padding: 40px 0;
  border-bottom: 1px dashed #ccc;
}
.customer-groups img {
  max-width: 1200px;
  text-align: center;
}
.branch {
  padding: 60px 0 20px;
  border-bottom: 1px dashed #ccc;
}
.branch li {
  width: 380px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
  margin: 0 30px 40px 0;
}
.branch li p {
  text-align: left;
}
.branch-icon {
  width: 95px;
  height: 95px;
  background: url(../images/about_icon_1.png) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.branch-name {
  font-size: 25px;
  margin: 20px 0 15px;
}
.branch-address {
  font-size: 18px;
  color: #989898;
}
.branch-phone {
  font-size: 18px;
  color: #FFB822;
  margin-top: 30px;
}

.products {
  padding: 60px 0 20px;
}
.products h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 60px;
  font-weight: bold;
  font-family: auto;
}
.products .product-item {
  width: 380px;
  height: 269px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
  margin: 0 30px 40px 0;
  border: 1px solid #eee;
}
.products a.product-item:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.06)
}
.products .product-item p {
  text-align: center;
}
.products-icon {
  width: 100px;
  height: 100px;
}
.products-name {
  font-size: 25px;
  margin: 20px 0 15px;
}
.products-desc {
  font-size: 16px;
  color: #989898;
}

.ryzz-main {
  padding: 60px 0;
}
.ryzz h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: auto;
}
.ryzz .ryzz-content {
  font-size: 15px;
  line-height: 1.8;
}
.certificate {
  padding-top: 60px;
  width: 1200px;
  position: relative;
}
.certificate li {
  width: 400px;
}
.certificate .cer-img {
  width: 400px;
  height: 256px;
  overflow: hidden;
}
.certificate .cer-title{
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  line-height: 2.5;
}
.certificate .prev, .certificate .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: url(../images/ico_prevnext.png) no-repeat;
  cursor: pointer;
  display: none;
  opacity: .8;
}
.certificate .prev {
  left: -44px;
  background-position: 0 0;
}
.certificate .next {
  right: -44px;
  background-position: 0 -44px;
}
.certificate .prev:hover, .certificate .next:hover {
  opacity: 1;
}
.culture h2 {
  font-size: 36px;
  text-align: center;
  padding: 80px 0 50px;
  font-weight: bold;
  font-family: auto;
}
.culture-list li {
  width: 232px;
  height: 232px;
  padding: 26px;
  flex-direction: column;
  transition: all 0.3s;
}
.culture-list li:hover {
  box-shadow: 0 0 22px rgba(0,0,0,0.06);
}
.culture-list li+li {
  margin-left: 10px;
}
.culture-list .culture-icon {
  width: 66px;
  height: 66px;
}
.culture-list .name {
  font-size: 25px;
  margin: 10px 0 19px;
}
.culture-list .desc {
  font-size: 16px;
  color: #949494;
  text-align: center;
}

.fzlc-main {
  padding: 80px 0;
}
.fzlc-main h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: auto;
}
.history {
  width: 1200px;
  height: 530px;
  overflow: hidden;
  padding: 0 20px;
}
.history ul {
  width: 2800px;
  height: 530px;
  position: relative;
  background-image: url(../images/route.png);
  background-repeat: no-repeat;
  background-position: 60px -128px;
  /* cursor: url(../images/left_right.png), move; */
  cursor: url(../images/left_right.png), move;
}
.history li {
  /* position: absolute; */
  text-align: center;
  width: 230px;
}
.history li .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.history li .dot {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
  border: 4px solid #fff;
  background: #FFB822;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  margin: 20px auto;
}
.history li .con {
  text-align: justify;
  width: 100%;
}
.history li .year {
  font-size: 22px;
  font-weight: bold;
}
.history li:nth-child(odd) .item .con {
  position: absolute;
  bottom: 545px;
}
.history .h-i-1 {
  bottom: -410px;
}
.history .h-i-2 {
  bottom: -386px;
}
/* .history .h-i-3 {
  bottom: -372px;
} */
.history .h-i-3 {
  bottom: -346px;
}
.history .h-i-4 {
  bottom: -335px;
}
.history .h-i-5 {
  bottom: -266px;
}
.history .h-i-6 {
  bottom: -264px;
}
.history .h-i-7 {
  bottom: -241px;
}
.history .h-i-8 {
  bottom: -230px;
}
.history .h-i-9 {
  bottom: -187px;
}
.history .h-i-10 {
  bottom: -166px;
}
.history .h-i-11 {
  bottom: -166px;
}
.history .h-i-12 {
  bottom: -137px;
}